home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 August / 1987-08.d64 / sprite skeleton (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  79b  |  6 lines

  1. 10 x=24576
  2. 20 read a:if a=-1 then poke 850,10:end
  3. 30 poke x,a:x=x+1:goto20
  4. 40 rem
  5. 50000 data -1
  6.